From 322ee2aa021857f073d1d926e5806fa207fd4493 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 1 Nov 2006 04:30:33 +0000 Subject: [PATCH] update whr-hp-g54 diag support SVN-Revision: 5371 --- openwrt/target/linux/package/diag/src/diag.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openwrt/target/linux/package/diag/src/diag.c b/openwrt/target/linux/package/diag/src/diag.c index 0f1f44baf2..5c8d070045 100644 --- a/openwrt/target/linux/package/diag/src/diag.c +++ b/openwrt/target/linux/package/diag/src/diag.c @@ -284,14 +284,14 @@ static struct platform_t __init platforms[] = { }, [WHR_HP_G54] = { .name = "Buffalo WHR-HP-G54", - /* FIXME: verify */ .buttons = { { .name = "reset", .gpio = 1 << 4 }, + { .name = "bridge", .gpio = 1 << 5 }, { .name = "ses", .gpio = 1 << 0 }, }, .leds = { - { .name = "diag", .gpio = 1 << 1, .polarity = REVERSE }, - { .name = "internal", .gpio = 1 << 3, .polarity = REVERSE }, + { .name = "diag", .gpio = 1 << 7, .polarity = REVERSE }, + { .name = "bridge", .gpio = 1 << 1, .polarity = REVERSE }, { .name = "ses", .gpio = 1 << 6, .polarity = REVERSE }, }, }, -- 2.30.2